curl --request POST \
--url https://use.hoop.dev/api/signup \
--header 'Content-Type: application/json' \
--data '
{
"org_name": "<string>",
"profile_name": "<string>",
"profile_picture": "<string>"
}
'{
"org_name": "<string>",
"org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"profile_name": "<string>",
"profile_picture": "<string>"
}Signup anonymous authenticated user. This endpoint is only used for multi tenant setups.
curl --request POST \
--url https://use.hoop.dev/api/signup \
--header 'Content-Type: application/json' \
--data '
{
"org_name": "<string>",
"profile_name": "<string>",
"profile_picture": "<string>"
}
'{
"org_name": "<string>",
"org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"profile_name": "<string>",
"profile_picture": "<string>"
}The request body resource
Was this page helpful?